A container for both eigenvectors and eigenvalues.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| complex(kind=real64), | public, | allocatable, dimension(:) | :: | values |
An array of eigenvalues. |
||
| complex(kind=real64), | public, | allocatable, dimension(:,:) | :: | vectors |
A collection of eigenvectors, stored columnwise. |